[features]# Process and display HTML in messages. This can be a security risk (see https://stackoverflow.com/questions/19603097/why-is-it-dangerous-to-render-user-generated-html-or-javascript)unsafe_allow_html = false# Process and display mathematical expressions. This can clash with "$" characters in messages.latex = false# Autoscroll new user messages at the top of the windowuser_message_autoscroll = true# Automatically tag threads with the current chat profile (if a chat profile is used)auto_tag_thread = true# Allow users to edit their own messagesedit_message = true# Authorize users to spontaneously upload files with messages[features.spontaneous_file_upload] enabled = true # Define accepted file types using MIME types # Examples: # 1. For specific file types: # accept = ["image/jpeg", "image/png", "application/pdf"] # 2. For all files of certain type: # accept = ["image/*", "audio/*", "video/*"] # 3. For specific file extensions: # accept = {{ "application/octet-stream" = [".xyz", ".pdb"] }} # Note: Using "*/*" is not recommended as it may cause browser warnings accept = ["*/*"] max_files = 20 max_size_mb = 500[features.audio] # Sample rate of the audio sample_rate = 24000